home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20041116-20060924 / 000270_scottac@nb.sympatico.ca_Sun Mar 19 14:56:06 2006.msg < prev    next >
Internet Message Format  |  2020-01-01  |  4KB

  1. Path: newsmaster.cc.columbia.edu!panix!logbridge.uoregon.edu!arclight.uoregon.edu!wns13feed!worldnet.att.net!207.35.177.252!nf3.bellglobal.com!ursa-nb00s0.nbnet.nb.ca!53ab2750!not-for-mail
  2. From: "Scott Caissie" <scottac@nb.sympatico.ca>
  3. Newsgroups: comp.protocols.kermit.misc
  4. References: <uGRPf.40748$VV4.591414@ursa-nb00s0.nbnet.nb.ca> <kLSPf.9392$X.1010@news-wrt-01.rdc-nyc.rr.com> <slrne10fck.8bc.fdc@sesame.cc.columbia.edu> <RqZPf.40942$VV4.594211@ursa-nb00s0.nbnet.nb.ca> <slrne10uul.jul.fdc@sesame.cc.columbia.edu>
  5. Subject: Re: closing a macro completely upon connect
  6. Lines: 67
  7. X-Priority: 3
  8. X-MSMail-Priority: Normal
  9. X-Newsreader: Microsoft Outlook Express 6.00.2900.2180
  10. X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180
  11. X-RFC2646: Format=Flowed; Original
  12. Message-ID: <eP%Pf.41003$VV4.596828@ursa-nb00s0.nbnet.nb.ca>
  13. Date: Thu, 09 Mar 2006 20:00:10 GMT
  14. NNTP-Posting-Host: 156.34.15.45
  15. X-Complaints-To: abuse@aliant.net
  16. X-Trace: ursa-nb00s0.nbnet.nb.ca 1141934410 156.34.15.45 (Thu, 09 Mar 2006 16:00:10 AST)
  17. NNTP-Posting-Date: Thu, 09 Mar 2006 16:00:10 AST
  18. Organization: Aliant Internet
  19. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:15522
  20.  
  21. By the way, can you explain how the fix works?
  22. It sounds simplistic enough.
  23. When fixed,  you can invoke a macro definition in the Terminal window 
  24. without the screen changing to the Command window right?
  25. I was under the impression that programs (definitions) won't run, or 
  26. continue to run, while you are in the Terminal window to begin with. It 
  27. would resume itself when you return back to the Command window.
  28.  
  29. Example:
  30. define test {
  31. output Test1
  32. connect
  33. output Test2
  34. }
  35.  
  36. I'm not at my work pc at the moment but I'm sure only Test1 gets displayed 
  37. to the Terminal window until you Alt X back to the command to resume the 
  38. rest right? Is this any different after the fix?
  39.  
  40. "Frank da Cruz" <fdc@columbia.edu> wrote in message 
  41. news:slrne10uul.jul.fdc@sesame.cc.columbia.edu...
  42. > On 2006-03-09, Scott Caissie <scottac@nb.sympatico.ca> wrote:
  43. > : ya but unfortunatly our terminal emulation is leased. I have to make due
  44. > : with whats avialable to us as is.
  45. > : We have no administrator within the company for this software. I'm the 
  46. > only
  47. > : one who actually bothered to research this stuff. I've developed many
  48. > : improvements. But some I have to put on hold due to that. Normally all 
  49. > bug
  50. > : fixes are free. Enhancements cost. This unique situation would involve 
  51. > us
  52. > : paying this company to pay for the fix. And they are already behind on a 
  53. > lot
  54. > : of bug fixes of their own.
  55. > :
  56. > Bug fixes AND upgrades were free from the very beginning up until the 
  57. > layoffs
  58. > occurred 3 years ago.  The problem now is that the expertise is no longer
  59. > under one roof.  At least the critical fixes *are* available, albeit at a
  60. > fee.
  61. >
  62. > : But back on topic, how to properly deal with a macro from becoming 
  63. > nested
  64. > : too much.
  65. > :
  66. > I don't think there is a workaround to the "macros on keys" bug, other 
  67. > than
  68. > the awkward one mentioned in the bug list:
  69. >
  70. >  735. Macros on Keys broken
  71. >
  72. >  In versions 1.1.21 through 2.1.3, when a SET [TERMINAL] KEY definition
  73. >  includes a macro invocation, then pressing the key while in the
  74. >  Terminal screen returns to the command screen (and in some cases might
  75. >  also fail to execute the macro).  A workaround would be to:
  76. >
  77. >    define myconnect connect /synchronous
  78. >    (make the connection with SET PORT, DIAL, or SET HOST)
  79. >    if success do myconnect
  80. >
  81. >  This is fixed in the next release.
  82. >
  83. > As I said, I'm working on getting approval to issue a new release.
  84. >
  85. > - Frank 
  86.  
  87.